Add default replacement for next page
authorjustbur <justin@burkett.cc>
Wed, 22 Jul 2015 18:34:29 +0000 (14:34 -0400)
committerjustbur <justin@burkett.cc>
Wed, 22 Jul 2015 18:35:30 +0000 (14:35 -0400)
which-key.el

index 6024d14842734e3e3809ff3183d8c357ca7ab7ad..8a7a671a705ee5aec6868be601dc32d818edddfa 100644 (file)
@@ -87,7 +87,7 @@ in the first example."
   :type '(alist :key-type regexp :value-type string))
 
 (defcustom which-key-description-replacement-alist
-  '(("Prefix Command" . "prefix"))
+  '(("Prefix Command" . "prefix") ("which-key-show-next-page" . "wk next pg"))
   "See `which-key-key-replacement-alist'.
 This is a list of lists for replacing descriptions."
   :group 'which-key